home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-15 / fwkct118.zip / FWKCS118.H05 < prev    next >
Text File  |  1992-09-11  |  3KB  |  62 lines

  1. FWKCS(TM) Contents_Signature System, Ver. 1.18. 1992 Sep 11. FWKCS /* for help.
  2. (C)Copyright Frederick W. Kantor 1989-1992. All rights reserved.
  3. Your use of this program is at solely your own risk: PLEASE HAVE PROPER BACKUPS
  4. ........................ C A V E A T   O P E R A T O R ........................
  5.  
  6. For:  sorting, nominal capacity 2^32 -1 = 4294967295 bytes, up to 520 keys,
  7.       up to 65 arbitrary bytes for string terminator, can be "pipelined".
  8.  
  9. Usage:  FWKCS (file1 (file2)) /(rtN&e,el;&n)s(options)([+file])([s][t]...)
  10.  
  11. Options:  (-)NNNN:NNNN(,)bNNNdfNNNN,rcemNNNN,p("l"|NNN,)TNNN,...,NNN;u,tmp;
  12.             option(s) are all contiguous; can read files into command line +
  13.             use macros; re "preface" options rtN&e,el;&n, see below.
  14.  
  15. /s default is b16m253 :  minimum buffer = 4096 bytes; line max len = 253;
  16.    default line_terminator is any ASCII character below blank space ' '
  17.    (ASCII 32 decimal); temporary files deleted in groups.
  18.  
  19. (-)NNNN:NNNN, (descending)key_position:key_length, up to 520 keys; can be
  20.    separated using "," or ";".  Left column is called "1".
  21.  
  22. bNNN merge input Buffer size at least NNN "page"(s), 1 page = 256 bytes;
  23.    NNN is decimal, not more than 208 (i.e., 53248 bytes); see FWKCS118.REF.
  24.  
  25. c line terminator = Carriage_return line_feed (CRLF, ASCII hexadecimal 0D 0A).
  26.  
  27. d Delete each temporary file promptly when finished reading it.
  28.  
  29. e Empty line CRLF CRLF (0D 0A 0D 0A) as text block_terminator.
  30.  
  31. fNNNN  Fixed field (line) length, NNNN < 4081 (also sets maximum length).
  32.  
  33. mNNNN Maximum string or text block size, including terminator, NNNN < 4081.
  34.  
  35. p"l" 'text Paragraph' (mid_)terminator_letter, appearing flush left on an
  36.      otherwise empty line (that is, CRLFlCRLF ).
  37.  
  38. pNNN, to specify any ASCII character 0...255 as such mid_terminator_letter.
  39.  
  40. r Reverse order for all keys.
  41.  
  42. tNNN(,...); Terminator for string or block, decimal values for up to 65
  43.      arbitrary ASCII characters chr$(NNN) (520 bits as 8_bit bytes).
  44.  
  45. u,tmp;  Use (d:\path\)tmp as directory for temporary files. Note: when
  46.      sorting a large file, do not use root directory for temporary files.
  47.  
  48. -----------
  49.  
  50.  
  51. "preface" options:
  52.  
  53. r send screen to Redirectable "standard output" ("handle 1"). This should not
  54.   be used when sorting a file in a "pipeline".
  55.  
  56. tNNNN.NN Time up to 9999.99 seconds for retry (networks).
  57.  
  58. &e,el; extra error log, can have d:\path\filename.ext.
  59.  
  60. &n deNy write (networks; FWKCS default on network opens "deny none").
  61.  
  62.